Welcome![Sign In][Sign Up]
Location:
Search - file system driver

Search list

[Driver DevelopLinux File System Driver EXT2 IFS for Windows NT X

Description: Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
Platform: | Size: 364557 | Author: 辛万江 | Hits:

[Driver DevelopAtmelFAT 16-32 File System Driver for Atmel AVRA36

Description: AtmelFAT 16-32 File System Driver for Atmel AVRA367-AtmelFAT 16-32 File System Driver for Atme l AVRA367
Platform: | Size: 1270188 | Author: 辛万江 | Hits:

[OS programFSFD

Description: 一个比较价值的File system Filter Driver--A worthy File system Filter Driver
Platform: | Size: 333824 | Author: 站长 | Hits:

[Crack Hackswapfs-2

Description: title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
Platform: | Size: 105472 | Author: 王红正 | Hits:

[File Operatevirtual-fs

Description: 虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
Platform: | Size: 1024 | Author: 刘雷 | Hits:

[Software EngineeringWindows文件系统过滤驱动开发教程

Description: 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。-I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo
Platform: | Size: 18432 | Author: 仇韬 | Hits:

[Driver DevelopLinux File System Driver EXT2 IFS for Windows NT X

Description: Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
Platform: | Size: 364544 | Author: 辛万江 | Hits:

[Driver DevelopAtmelFAT 16-32 File System Driver for Atmel AVRA36

Description: AtmelFAT 16-32 File System Driver for Atmel AVRA367-AtmelFAT 16-32 File System Driver for Atme l AVRA367
Platform: | Size: 1269760 | Author: 辛万江 | Hits:

[Windows DevelopNTFSRC

Description: windows下的一个文件系统驱动程序源程序-windows of a file system driver source
Platform: | Size: 388096 | Author: jcl | Hits:

[File Operate2005-01-19_wntfsys

Description: The sources for the examples and a working file system filter driver are compressed and contained in the file examples.zip-The sources for the examples and a working file system filter driver are compressed and contained in the file examples.zip
Platform: | Size: 322560 | Author: | Hits:

[MiddleWareIDE_and_file_system

Description: It is driver source code for IDE harddisk and used to learn IDE interface and file system.-driver source code for an IDE harddisk d used to learn IDE interface and file system.
Platform: | Size: 20480 | Author: 林子 | Hits:

[OS DevelopFsTPM0

Description: 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等-A filter layer of the integrity of the file system driver code, the realization of the document encryption, such as operation of intercepted
Platform: | Size: 190464 | Author: baby | Hits:

[Software Engineeringdriv2

Description: 实现对文件系统访问的完全控制只有通过过滤驱动技术。介绍了Windows NT 文件 系统驱动和过滤驱动原理、过滤驱动的几种用途以及如何加载一个过滤驱动,设计并实现了一个 控制USB 设备的过滤驱动实例。-Implementation of file system access only through the full control of filter drive technology. Introduction of the Windows NT file system driver and filter driver principle, filter driven several uses and how to load a filter driver, design and implementation of a control USB device filter driver example.
Platform: | Size: 43008 | Author: 曾经如此 | Hits:

[Driver Developfilterdriver

Description: 一个文件过滤驱动的实例,对初学者很有用处-a file system driver example ,it is helpful to learner
Platform: | Size: 192512 | Author: whowho03 | Hits:

[Driver Developfilespy

Description: 文件系统过滤驱动,可监控操作系统的文件读写-File system filter driver can monitor the operating system' s file read and write
Platform: | Size: 104448 | Author: pudnyh | Hits:

[Windows DevelopNTFIS

Description: 這本書提供詳細WINDOW NT IO MANAGER 以及其他資訊-Windows NT File System Internals presents the details of the NT I/O Manager, the Cache Manager, and the Memory Manager from the perspective of a software developer writing a file system driver or implementing a kernel-mode filter driver. The book provides numerous code examples included on diskette, as well as the source for a complete, usable filter driver. This book appeals to a wide audience: system programmers implementing kernel-mode code such as file systems, device drivers, network redirectors, or filter drivers system administrators who simply want to learn more about the systems they manage software engineers interested in NT internals and computer science students examining the intricacies of file system technology.
Platform: | Size: 10643456 | Author: daniel | Hits:

[VC/MFCWindows-file-system-driver

Description: Windows file system driver windows 文件过滤驱动开发讲解
Platform: | Size: 509952 | Author: diy20500 | Hits:

[Driver DevelopCDFS-File-System-Driver

Description: The CD-ROM file system driver (cdfs) sample is a sample file system driver that you can use to write new file systems.
Platform: | Size: 242688 | Author: tian | Hits:

[Driver DevelopCDFS-File-System-Driver

Description: CDFS文件系统编程 - 内核驱动-CDFS file system programming
Platform: | Size: 243712 | Author: h | Hits:

[OtherWindows-NT-File-System-Internals

Description: 本书中有对文件系统、文件过滤系统的详细介绍,可以对文件系统驱动开发有帮助-This book has a detailed introduction to the file system and file filtering system, and can help file system driver development
Platform: | Size: 11865088 | Author: 王丽 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net